home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / SoftTimer / SoftTimer_oo.readme next >
Encoding:
Text File  |  1998-06-16  |  486 b   |  20 lines

  1. Short:    SoftTimer-class using timer.device!
  2. Author:   Daniel Westerberg (Deniil 715!)
  3. Uploader: deniil@algonet.se (Deniil 715!)
  4. Type:     dev/e
  5.  
  6. SoftTimer_oo.m contains a class that makes everyone able to uses the
  7. timer.device for delay of seconds and/or microseconds!
  8.  
  9.  
  10. The class methods:
  11. ~~~~~~~~~~~~~~~~~~
  12. softtimer(pri=0,doNotRaise=FALSE) -> Constructor
  13. startTimer(secs,micro=0)
  14. stopTimer()
  15. waitForTimer()
  16. waitForThings(signals=0)
  17. waitAndRestart(secs,micro=0)
  18. getTimerMsg()
  19. end()
  20.